home *** CD-ROM | disk | FTP | other *** search
/ 1000 Apple LAN Literacy / 1000 Apple LAN Literacy.iso / Apple LAN Literacy / Literacy Segments Part 5 / Literacy Segments Part 5 / background_85769.txt < prev    next >
Text File  |  1989-08-22  |  7KB  |  350 lines

  1. -- background: 85769 from stack: in
  2. -- bmap block id: 86224
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 3.2.3 Example
  6.  
  7.  
  8. -- part 3 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=18 top=1 right=38 bottom=442
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 156
  16. -- text size: 24
  17. -- style flags: 10240
  18. -- line height: 32
  19. -- part name: Title
  20.  
  21.  
  22. -- part 29 (button)
  23. -- low flags: 00
  24. -- high flags: 2000
  25. -- rect: left=22 top=122 right=287 bottom=121
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Graphic1
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   set the hilite of me to true
  37.   go cd "Training and Instal E/2"
  38. end mouseUp
  39.  
  40.  
  41.  
  42. -- part 30 (button)
  43. -- low flags: 00
  44. -- high flags: 2000
  45. -- rect: left=131 top=122 right=287 bottom=232
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 0 / 0
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: Graphic2
  54. ----- HyperTalk script -----
  55. on mouseUp
  56.   set the hilite of me to true
  57.   go cd "Training and Instal E/4"
  58. end mouseUp
  59.  
  60.  
  61.  
  62. -- part 31 (button)
  63. -- low flags: 00
  64. -- high flags: 2000
  65. -- rect: left=351 top=122 right=287 bottom=450
  66. -- title width / last selected line: 0
  67. -- icon id / first selected line: 0 / 0
  68. -- text alignment: 1
  69. -- font id: 0
  70. -- text size: 12
  71. -- style flags: 0
  72. -- line height: 16
  73. -- part name: Graphic4
  74. ----- HyperTalk script -----
  75. on mouseUp
  76.   set the hilite of me to true
  77.   go cd "Training and Instal E/9"
  78. end mouseUp
  79.  
  80.  
  81.  
  82. -- part 5 (button)
  83. -- low flags: 00
  84. -- high flags: 0000
  85. -- rect: left=443 top=5 right=72 bottom=512
  86. -- title width / last selected line: 0
  87. -- icon id / first selected line: 0 / 0
  88. -- text alignment: 1
  89. -- font id: 0
  90. -- text size: 12
  91. -- style flags: 0
  92. -- line height: 16
  93. -- part name: Instant Reference
  94. ----- HyperTalk script -----
  95. on mouseUp
  96.   instantReference "3.2.3"
  97. end mouseUp
  98.  
  99.  
  100. -- part 6 (button)
  101. -- low flags: 00
  102. -- high flags: 2000
  103. -- rect: left=482 top=176 right=205 bottom=511
  104. -- title width / last selected line: 0
  105. -- icon id / first selected line: 162 / 162
  106. -- text alignment: 1
  107. -- font id: 0
  108. -- text size: 12
  109. -- style flags: 0
  110. -- line height: 16
  111. -- part name: Help
  112. ----- HyperTalk script -----
  113. on mouseUp
  114.   Help
  115. end mouseUp
  116.  
  117.  
  118.  
  119. -- part 7 (button)
  120. -- low flags: 00
  121. -- high flags: 2000
  122. -- rect: left=480 top=143 right=172 bottom=511
  123. -- title width / last selected line: 0
  124. -- icon id / first selected line: 1310 / 1310
  125. -- text alignment: 1
  126. -- font id: 0
  127. -- text size: 12
  128. -- style flags: 0
  129. -- line height: 16
  130. -- part name: Student Services
  131. ----- HyperTalk script -----
  132. on mousedown
  133.   SSpopUp
  134. end mousedown
  135.  
  136. on mouseup
  137.   if the mouseloc is not within the rect of me then exit to hyperCard
  138.   doSS
  139. end mouseup
  140.  
  141.  
  142.  
  143. -- part 8 (button)
  144. -- low flags: 00
  145. -- high flags: 2000
  146. -- rect: left=482 top=294 right=320 bottom=509
  147. -- title width / last selected line: 0
  148. -- icon id / first selected line: 1236 / 1236
  149. -- text alignment: 1
  150. -- font id: 0
  151. -- text size: 12
  152. -- style flags: 0
  153. -- line height: 16
  154. -- part name: Last Menu
  155. ----- HyperTalk script -----
  156. on mouseUp
  157.   Lesson
  158. end mouseUp
  159.  
  160.  
  161.  
  162. -- part 9 (button)
  163. -- low flags: 00
  164. -- high flags: 2000
  165. -- rect: left=493 top=319 right=341 bottom=512
  166. -- title width / last selected line: 0
  167. -- icon id / first selected line: 1237 / 1237
  168. -- text alignment: 1
  169. -- font id: 0
  170. -- text size: 12
  171. -- style flags: 0
  172. -- line height: 16
  173. -- part name: Next
  174. ----- HyperTalk script -----
  175. on mouseUp
  176.   lock screen
  177.   go next
  178.   unlock screen with scroll left
  179. end mouseUp
  180.  
  181.  
  182. -- part 10 (button)
  183. -- low flags: 00
  184. -- high flags: 2000
  185. -- rect: left=478 top=319 right=341 bottom=498
  186. -- title width / last selected line: 0
  187. -- icon id / first selected line: 1238 / 1238
  188. -- text alignment: 1
  189. -- font id: 0
  190. -- text size: 12
  191. -- style flags: 0
  192. -- line height: 16
  193. -- part name: Prev
  194. ----- HyperTalk script -----
  195. on mouseUp
  196.   lock screen
  197.   go prev
  198.   unlock screen with scroll right
  199. end mouseUp
  200.  
  201.  
  202. -- part 11 (field)
  203. -- low flags: 01
  204. -- high flags: 0000
  205. -- rect: left=16 top=38 right=67 bottom=437
  206. -- title width / last selected line: 0
  207. -- icon id / first selected line: 0 / 0
  208. -- text alignment: 0
  209. -- font id: 156
  210. -- text size: 20
  211. -- style flags: 0
  212. -- line height: 26
  213. -- part name: Subtitle
  214.  
  215.  
  216. -- part 24 (field)
  217. -- low flags: 01
  218. -- high flags: 0000
  219. -- rect: left=17 top=101 right=121 bottom=453
  220. -- title width / last selected line: 0
  221. -- icon id / first selected line: 0 / 0
  222. -- text alignment: 0
  223. -- font id: 3
  224. -- text size: 10
  225. -- style flags: 256
  226. -- line height: 15
  227. -- part name: Instruction
  228.  
  229.  
  230. -- part 25 (field)
  231. -- low flags: 01
  232. -- high flags: 0000
  233. -- rect: left=17 top=289 right=342 bottom=127
  234. -- title width / last selected line: 0
  235. -- icon id / first selected line: 0 / 0
  236. -- text alignment: 0
  237. -- font id: 156
  238. -- text size: 16
  239. -- style flags: 0
  240. -- line height: 17
  241. -- part name: Caption1
  242.  
  243.  
  244. -- part 26 (field)
  245. -- low flags: 01
  246. -- high flags: 0000
  247. -- rect: left=127 top=289 right=342 bottom=237
  248. -- title width / last selected line: 0
  249. -- icon id / first selected line: 0 / 0
  250. -- text alignment: 0
  251. -- font id: 156
  252. -- text size: 16
  253. -- style flags: 0
  254. -- line height: 17
  255. -- part name: Caption2
  256.  
  257.  
  258. -- part 28 (field)
  259. -- low flags: 01
  260. -- high flags: 0000
  261. -- rect: left=237 top=289 right=342 bottom=347
  262. -- title width / last selected line: 0
  263. -- icon id / first selected line: 0 / 0
  264. -- text alignment: 0
  265. -- font id: 156
  266. -- text size: 16
  267. -- style flags: 0
  268. -- line height: 17
  269. -- part name: Caption3
  270.  
  271.  
  272. -- part 34 (field)
  273. -- low flags: 01
  274. -- high flags: 0000
  275. -- rect: left=347 top=289 right=342 bottom=453
  276. -- title width / last selected line: 0
  277. -- icon id / first selected line: 0 / 0
  278. -- text alignment: 0
  279. -- font id: 156
  280. -- text size: 16
  281. -- style flags: 0
  282. -- line height: 17
  283. -- part name: Caption3
  284.  
  285.  
  286. -- part 21 (field)
  287. -- low flags: 81
  288. -- high flags: 0001
  289. -- rect: left=423 top=0 right=13 bottom=466
  290. -- title width / last selected line: 0
  291. -- icon id / first selected line: 0 / 0
  292. -- text alignment: 65535
  293. -- font id: 4
  294. -- text size: 9
  295. -- style flags: 0
  296. -- line height: 12
  297. -- part name: CardTitle
  298.  
  299.  
  300. -- part 33 (button)
  301. -- low flags: 00
  302. -- high flags: 2000
  303. -- rect: left=242 top=122 right=287 bottom=341
  304. -- title width / last selected line: 0
  305. -- icon id / first selected line: 0 / 0
  306. -- text alignment: 1
  307. -- font id: 0
  308. -- text size: 12
  309. -- style flags: 0
  310. -- line height: 16
  311. -- part name: Graphic3
  312. ----- HyperTalk script -----
  313. on mouseUp
  314.   set the hilite of me to true
  315.   go cd "Training and Instal E/6"
  316. end mouseUp
  317.  
  318.  
  319.  
  320. -- part 35 (button)
  321. -- low flags: 00
  322. -- high flags: 2000
  323. -- rect: left=482 top=208 right=234 bottom=509
  324. -- title width / last selected line: 0
  325. -- icon id / first selected line: 1234 / 1234
  326. -- text alignment: 1
  327. -- font id: 0
  328. -- text size: 12
  329. -- style flags: 0
  330. -- line height: 16
  331. -- part name: Lesson
  332. ----- HyperTalk script -----
  333. on mouseUp
  334.   lesson "3.2.3"
  335. end mouseUp
  336.  
  337.  
  338. -- part 36 (field)
  339. -- low flags: 01
  340. -- high flags: 0000
  341. -- rect: left=17 top=75 right=97 bottom=469
  342. -- title width / last selected line: 0
  343. -- icon id / first selected line: 0 / 0
  344. -- text alignment: 0
  345. -- font id: 156
  346. -- text size: 16
  347. -- style flags: 0
  348. -- line height: 17
  349. -- part name: Header
  350.